Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
jSuites is a collection of lightweight common required javascript plugins and web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
jSuites is a collection of lightweight common required javascript web components. It is composed of fully responsive javascript vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
The first version includes several common javascript tools in various frontend applications. jSuites is fully and easily integrated with any framework and tools. The first collection brings the following plugins:
jSuites brings the developer many advantages, such as:
Create a multiple and autocomplete responsive dropdown.
<html>
<script src="https://jsuites.net/v4/jsuites.js"></script>
<link rel="stylesheet" href="https://jsuites.net/v4/jsuites.css" type="text/css" />
<div id="dropdown1"></div>
<script>
jSuites.dropdown(document.getElementById('dropdown1'), {
data:[
'City of London',
'City of Westminster',
'Kensington and Chelsea',
'Hammersmith and Fulham', // (...)
],
autocomplete:true,
multiple:true,
width:'280px',
});
</script>
</html>
The same code can render in different ways, by directive type: default, picker or searchbar
JavaScript image cropper
The jSuites.crop is a lightweight JavaScript plugin that allow users load, crop and apply filters to images.
Dropdown and autocomplete
Full examples on how to handle simple, advanced, autocomplete and conditional dropdowns.
Javascript calendar
A lightweight javascript calendar, date and datetime picker full responsive and easy integration.
Javascript tags
JavaScript tags and keywords managment plugin
Javascript tabs
JavaScript tabs plugin
Javascript mask
A simple javascript mask plugin
Javascript color picker plugin
Javascript color picker plugin
Javascript contextmenu plugin
Vanilla javascript contextmenu plugin
Tracking the form changes
Track changes in a online form, apply validations and manage ajax requests.
Javascript modal plugin
Simple vanilla javascript modal plugin
JavaSript general toolbar
Micro vanilla javascript toolbar plugin
Javascript mini HTML editor plugin with filter
Simple vanilla javascript image slider plugin
jSuites is released under the [MIT license].
FAQs
jSuites is a collection of lightweight common required javascript plugins and web components. It is composed of fully responsive vanilla plugins to help you bring the best user experience to your projects, independent of the platform.
The npm package jsuites receives a total of 28,046 weekly downloads. As such, jsuites popularity was classified as popular.
We found that jsuites demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.